Auto merge of #3760 - sanmai-NL:Cargo_new_gitignore_rustfmt_.rs.bk, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 27 Feb 2017 10:44:14 +0000 (10:44 +0000)
committerbors <bors@rust-lang.org>
Mon, 27 Feb 2017 10:44:14 +0000 (10:44 +0000)
commit8a15098bdf3773b2ed67fc739e47e80bea0aa66a
treee283975feff32a9c1d6916c653f76c1e880cd224
parent3526d8f6dcc32fa45dfa290633e43c52feae7ab0
parentccf997fae998519164668338e28940e7a3c96865
Auto merge of #3760 - sanmai-NL:Cargo_new_gitignore_rustfmt_.rs.bk, r=alexcrichton

Add `src/**/*.rs.bk` to VCS ignore file

See #2409, specifically https://github.com/rust-lang/cargo/pull/2409#issuecomment-281707650.

Also limit `target` exclusion to `target/` (dirs) as expected.